@font-face {
    font-family: 'si';
    src: url('/vert/Default/images/social/socicon.eot');
    src: url('/vert/Default/images/social/socicon.eot?#iefix') format('embedded-opentype'), url('/vert/Default/images/social/socicon.woff') format('woff'), url('/vert/Default/images/social/socicon.ttf') format('truetype'), url('/vert/Default/images/social/socicon.svg#icomoonregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: si;
        src: url('/vert/Default/images/social/socicon.svg') format(svg);
    }
}

.soc {
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .soc li {
        display: inline-block;
        *display: inline;
        zoom: 1;
    }

        .soc li a {
            font-family: si !important;
            font-style: normal;
            font-weight: 400;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            -ms-box-sizing: border-box;
            -o-box-sizing: border-box;
            box-sizing: border-box;
            -o-transition: .1s;
            -ms-transition: .1s;
            -moz-transition: .1s;
            -webkit-transition: .1s;
            transition: .1s;
            -webkit-transition-property: transform;
            transition-property: transform;
            -webkit-transform: translateZ(0);
            transform: translateZ(0);
            overflow: hidden;
            text-decoration: none;
            text-align: center;
            display: block;
            position: relative;
            z-index: 1;
            width: 35px;
            height: 35px;
            line-height: 37px;
            font-size: 18px;
            -webkit-border-radius: 0px;
            -moz-border-radius: 0px;
            border-radius: 0px;
            margin-right: 3px;
            color: #ffffff;
            background-color: none;
        }

.soc-icon-last {
    margin: 0 !important;
}

.soc-twitter {
    background-color: #4da7de;
}

    .soc-twitter:before {
        content: '\e040';
    }

.soc-facebook {
    background-color: #3e5b98;
}

    .soc-facebook:before {
        content: '\e041';
    }

.soc-googleplus {
    background-color: #dd4b39;
}

    .soc-googleplus:before {
        content: '\e042';
    }

.soc-linkedin {
    background-color: #3371b7;
}

    .soc-linkedin:before {
        content: '\e049';
    }

.soc-rss {
    background-color: #f26109;
}

    .soc-rss:before {
        content: '\e00b';
    }

.soc-facebook:hover {
    background-color: #526fac;
}

.soc-googleplus:hover {
    background-color: #f15f4d;
}

.soc-linkedin:hover {
    background-color: #4785cb;
}

.soc-rss:hover {
    background-color: #ff751d;
}
.soc-youtube {
    background-color: #e02a20;
}

    .soc-youtube:before {
        content: '\e051';
    }
.soc-instagram {
    background-color: #000000;
}

    .soc-instagram:before {
        content: '\e057';
    }
.soc-blogger {
    background-color: #ec661c;
}

    .soc-blogger:before {
        content: '\e020';
    }
